Table of content



/product/{id}

Mapping URL: /product/{id}

Description: delete the product entity with the appended id

Microservice: ProductService


Methods

/product/{id}

/product/{id}

Mapping URL: /product/{id}

Description: ProductService

Name: deleteProductById(id)

Request Method: DELETE

Service Interface: /product/{id}

Service Entity: Product



ProductService inside the microservice architecture

Microservices

3.1 CountryService3.2 DiscountCampaignService3.3 ProductService3.4 ShopLicenseService


Table of content